Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address CI release issues #30

Merged
merged 9 commits into from
Sep 9, 2024
Merged

Address CI release issues #30

merged 9 commits into from
Sep 9, 2024

Conversation

omus
Copy link
Member

@omus omus commented Sep 9, 2024

Fixes: #29

@omus
Copy link
Member Author

omus commented Sep 9, 2024

I'll be removing the v1.3.0+2024b release from this repo to test and validate the "Release" workflow successfully can trigger a CI workflow.

@omus
Copy link
Member Author

omus commented Sep 9, 2024

I manually triggered the "Release" workflow with this:

workflow_id="$(gh api -X GET --paginate "/repos/JuliaTime/TZJData.jl/actions/workflows" | jq '.workflows[] | select(.path == ".github/workflows/Release.yaml").id')"
jq -n '{"ref": "cv/ci-fixes"}' | gh api -X POST /repos/JuliaTime/TZJData.jl/actions/workflows/${workflow_id:?}/dispatches --input -

Which produced this run: https://github.com/JuliaTime/TZJData.jl/actions/runs/10766384502 which in turn triggered the tag CI workflow: https://github.com/JuliaTime/TZJData.jl/actions/runs/10766388741

@omus omus merged commit 9498d00 into main Sep 9, 2024
7 checks passed
@omus omus deleted the cv/ci-fixes branch September 9, 2024 04:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issues with tzdata 2024b release
1 participant